{title}

{title}

{#await import(`../../../lib/${componentName}.svelte`) then component}
{#if slotContent} {slotContent} {:else} {/if}
{#each Object.entries(props) as [key, value] (key)} {/each}

New prop

{#if wireframe}
{componentDomNode?.getBoundingClientRect().width - 2} × {componentDomNode?.getBoundingClientRect() .height - 2}
{/if} {:catch error}

Woops!

An error occured

{error}
{/await}